From 76f48fd74f10bb4c616d45e97b1482b0bc7ca9f0 Mon Sep 17 00:00:00 2001 From: Robert Lipe Date: Sat, 26 Mar 2022 05:49:33 -0500 Subject: [PATCH] Synchronize trunk with dropped destinator, easygps formats. --- reference/format3.txt | 9 --------- reference/help.txt | 4 ---- vecs.cc | 9 --------- 3 files changed, 22 deletions(-) diff --git a/reference/format3.txt b/reference/format3.txt index 7be292ff7..d0e5c3669 100644 --- a/reference/format3.txt +++ b/reference/format3.txt @@ -132,15 +132,6 @@ option saplus prefer_shortnames Use shortname instead of description boolean option saplus datum GPS datum (def. WGS 84) string https://www.gpsbabel.org/WEB_DOC_DIR/fmt_saplus.html#fmt_saplus_o_datum -file ----rw destinator_itn dat Destinator Itineraries (.dat) destinator_itn - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_destinator_itn.html -file rw---- destinator_poi dat Destinator Points of Interest (.dat) destinator_poi - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_destinator_poi.html -file --rw-- destinator_trl dat Destinator TrackLogs (.dat) destinator_trl - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_destinator_trl.html -file rw---- easygps loc EasyGPS binary format easygps - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_easygps.html - file rw---- exif jpg Embedded Exif-GPS data (.jpg) exif https://www.gpsbabel.org/WEB_DOC_DIR/fmt_exif.html option exif filename Set waypoint name to source filename boolean Y https://www.gpsbabel.org/WEB_DOC_DIR/fmt_exif.html#fmt_exif_o_filename diff --git a/reference/help.txt b/reference/help.txt index 7cf8c1434..a698cbc9e 100644 --- a/reference/help.txt +++ b/reference/help.txt @@ -74,10 +74,6 @@ File Types (-i and -o options): urlbase Basename prepended to URL on output prefer_shortnames (0/1) Use shortname instead of description datum GPS datum (def. WGS 84) - destinator_itn Destinator Itineraries (.dat) - destinator_poi Destinator Points of Interest (.dat) - destinator_trl Destinator TrackLogs (.dat) - easygps EasyGPS binary format exif Embedded Exif-GPS data (.jpg) filename (0/1) Set waypoint name to source filename frame Time-frame (in seconds) diff --git a/vecs.cc b/vecs.cc index 03991c168..b0290cc64 100644 --- a/vecs.cc +++ b/vecs.cc @@ -85,7 +85,6 @@ extern ff_vecs_t holux_vecs; extern ff_vecs_t tpg_vecs; extern ff_vecs_t tpo2_vecs; extern ff_vecs_t tpo3_vecs; -extern ff_vecs_t easygps_vecs; extern ff_vecs_t gpl_vecs; extern ff_vecs_t igc_vecs; extern ff_vecs_t brauniger_iq_vecs; @@ -156,7 +155,6 @@ struct Vecs::Impl LegacyFormat tpg_fmt {tpg_vecs}; LegacyFormat tpo2_fmt {tpo2_vecs}; LegacyFormat tpo3_fmt {tpo3_vecs}; - LegacyFormat easygps_fmt {easygps_vecs}; #if SHAPELIB_ENABLED ShapeFormat shape_fmt; #endif @@ -344,13 +342,6 @@ struct Vecs::Impl "tpo", nullptr, }, - { - &easygps_fmt, - "easygps", - "EasyGPS binary format", - "loc", - nullptr, - }, #if SHAPELIB_ENABLED { &shape_fmt, -- 2.30.2